<!-- ONE STEP TO INSTALL PASSWORD PROMPT: 1. Put the designated coding into the BODY of your login HTML document --> <!-- STEP ONE: Copy this code into the BODY of your login HTML document --> <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available online from --> <!-- The JavaScript Source!! http://javascriptsource.com --> <!-- Begin var password = '' password=prompt('Please enter your password:',''); if (password != null) { location.href= password + ".html"; } // End --> </SCRIPT> <!-- Script Size: 0.58 KB -->
1998 Copyright (C) Next Step All Rights Reserved